ComponentOne ASP.NET MVC Controls
ControlBuilderFactory<TModel> Constructor

C1.Web.Mvc.Fluent Namespace > ControlBuilderFactory<TModel> Class : ControlBuilderFactory<TModel> Constructor
The specified HtmlHelper object.
Initializes a new instance of the ControlBuilderFactory class by using the specified html helper instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal helper As HtmlHelper(Of TModel) _
)
public ControlBuilderFactory<TModel>( 
   HtmlHelper<TModel> helper
)

Parameters

helper
The specified HtmlHelper object.
See Also

Reference

ControlBuilderFactory<TModel> Class
ControlBuilderFactory<TModel> Members